projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d5bf4d
)
(coding_system_require_warning): Extern it.
author
Kenichi Handa
<handa@m17n.org>
Tue, 17 Dec 2002 11:39:34 +0000
(11:39 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 17 Dec 2002 11:39:34 +0000
(11:39 +0000)
src/coding.h
patch
|
blob
|
history
diff --git
a/src/coding.h
b/src/coding.h
index 677004ce52330be2506d314d4d0502bc2d7e4f8e..b01f0d2c01f667992e7817d88235ed41551a6ce4 100644
(file)
--- a/
src/coding.h
+++ b/
src/coding.h
@@
-705,6
+705,10
@@
extern Lisp_Object Vdefault_process_coding_system;
system. */
extern Lisp_Object Vselect_safe_coding_system_function;
+/* If nonzero, on writing a file, Vselect_safe_coding_system_function
+ is called even if Vcoding_system_for_write is non-nil. */
+extern int coding_system_require_warning;
+
/* Coding system for file names, or nil if none. */
extern Lisp_Object Vfile_name_coding_system;